home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 April: Penguin on DISC / ADC Developer CD (1993-04) (''Penguin On DISC'')_iso / Dev.CD Apr 93.iso / System Software / System Extensions / AppleScript Beta / Developer Scripts / FileMaker Pro 2.0 AS Examples / Syntax Examples / Exists examples < prev    next >
Encoding:
Text File  |  1992-11-25  |  168 b   |  7 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     Exists first window
  3.     Exists Cell 67
  4.     Exists Record 10
  5.     Exists FileMaker Script "a"
  6.     Exists first Menu Item of Menu "external"
  7. end tell